home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 271_02 / d_cls.doc < prev    next >
Text File  |  1987-08-18  |  362b  |  39 lines

  1.  
  2.  
  3.  
  4.  
  5.         NAME
  6.                 d_cls -- clear current screen
  7.  
  8.         SYNOPSIS
  9.                 void d_cls();
  10.  
  11.  
  12.         DESCRIPTION
  13.         This function clears the screen on the current page.
  14.  
  15.  
  16.  
  17.         EXAMPLE
  18.  
  19.              d_cls();
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.         This function is found in SMTCx.LIB for the Turbo-C Compiler
  39.